From 0e6965cc7d4eae33ddd25d37c31e669ec5a4401a Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Thu, 24 Jul 2025 21:54:01 +0800 Subject: [PATCH] fsh: update to 4.10.0 Upstream changelog: https://github.com/heiher/hev-fsh/releases/tag/4.10.0 Signed-off-by: Ray Wang (cherry picked from commit c7fb6e96f8d819038681ee788f79639506aa6b2b) --- net/fsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/fsh/Makefile b/net/fsh/Makefile index 777dafa2f3..3c0daa6a58 100644 --- a/net/fsh/Makefile +++ b/net/fsh/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fsh -PKG_VERSION:=4.9.0 +PKG_VERSION:=4.10.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-fsh/releases/download/$(PKG_VERSION) -PKG_HASH:=769112fe3c09ef120563141a6b95f351c886e3a9c85744d66e44354fe4e6eba1 +PKG_HASH:=6b041ccaa95a88b50fe25ede62925f815ba3f5f50c2ae0ba53c39d22ec5c4b40 PKG_MAINTAINER:=Ray Wang PKG_LICENSE:=MIT -- 2.30.2